home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IBMVCAP.IN_ / ibmvcap.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  3.0 KB  |  108 lines

  1. ; ibmvcap.INF  -- This file installs ibmvcap.sys
  2. ; Copyright 1997-2000, Copyright (C) IBM Corp.  All rights reserved.
  3.              
  4.  
  5. [Version]
  6. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  7. Signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10.  
  11. Provider=%Msft%
  12. DriverVer=11/14/1999,5.00.2183.1
  13.  
  14. [DestinationDirs]
  15. DefaultDestDir=11
  16. IBM.IBMVCAP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  17. IBM.IBMVCAP.CopyCodec=11
  18.  
  19. [ControlFlags]
  20. ; All PnP devices should be excluded from manual AddDevice Applet list
  21. ExcludeFromSelect=*
  22.  
  23. [Manufacturer]
  24. %IBMMfg%=IBM
  25.  
  26. ;---------------------------------------------------------------
  27. ;              I B M V C A P
  28. ;
  29. ;---------------------------------------------------------------
  30. [IBM]
  31. %IBMVCAP.DeviceDesc%=IBM.IBMVCAP.Device,DISPLAY\ibmvcap
  32.  
  33.  
  34. [IBM.IBMVCAP.Device]
  35. Include  =  ks.inf, kscaptur.inf, ksfilter.inf
  36. Needs=      KS.Registration,KSCAPTUR.Registration
  37. AddReg   =  IBM.IBMVCAP.AddReg
  38. UpdateInis= IBM.IBMVCAP.UpdateIni
  39. CopyFiles=  IBM.IBMVCAP.CopyDrivers, IBM.IBMVCAP.CopyCodec
  40.  
  41. [IBM.IBMVCAP.Device.NT.Services]
  42. AddService=IBMVCAP, 0x00000002, IBM.IBMVCAP.ServiceInstall
  43.  
  44. [IBM.IBMVCAP.ServiceInstall]
  45. DisplayName=%IBMVCAP.DeviceDesc%
  46. StartType=3
  47. ErrorControl=1
  48. ServiceType   = 1                ; SERVICE_KERNEL_DRIVER
  49. ServiceBinary = %10%\system32\drivers\ibmvcap.sys
  50.  
  51. [IBM.IBMVCAP.Device.NT]
  52. Include  =  ks.inf, kscaptur.inf, ksfilter.inf
  53. Needs=      KS.Registration,KSCAPTUR.Registration.NT
  54. AddReg   =  IBM.IBMVCAP.AddReg
  55. UpdateInis= IBM.IBMVCAP.UpdateIni
  56. CopyFiles=  IBM.IBMVCAP.CopyDrivers, IBM.IBMVCAP.CopyCodec
  57.  
  58. [IBM.IBMVCAP.CopyDrivers]
  59. ibmvcap.sys
  60. stream.sys
  61.  
  62. [IBM.IBMVCAP.CopyCodec]
  63. msyuv.dll
  64.  
  65. [IBM.IBMVCAP.UpdateIni]
  66. system.ini, drivers32,,"VIDC.YUY2=msyuv.dll"
  67.  
  68. [IBM.IBMVCAP.AddReg]
  69. HKR,,DevLoader,,*ntkern
  70. HKR,,NTMPDriver,,ibmvcap.sys
  71.  
  72. [IBM.IBMVCAP.Device.Interfaces]
  73. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  74. AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
  75. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  76.  
  77. [IBM.IBMVCAP.Device.NT.Interfaces]
  78. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  79. AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
  80. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  81.  
  82. [VideoCapture]
  83. AddReg=VideoCapture.AddReg
  84.  
  85. [VideoCrossbar]
  86. AddReg=VideoXBar.AddReg
  87.  
  88. [VideoCapture.AddReg]
  89. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  90. HKR,,FriendlyName,,%IBMVCAP.Capture%
  91. HKR,,PageOutWhenUnopened,3,01
  92. HKR,,DontSuspendIfStreamsAreRunning,3,01
  93.  
  94. [VideoXBar.AddReg]
  95. HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
  96. HKR,,FriendlyName,,%IBMVCAP.Crossbar%
  97.  
  98.  
  99.  
  100. [Strings]
  101. Msft="IBM Corp."
  102. IBMMfg="IBM"
  103. DiskName="IBMVCAP Capture Driver Diskette"
  104. IBMVCAP.DeviceDesc="IBMVCAP, WDM Video Capture"
  105. IBMVCAP.Capture="IBMVCAP Capture"
  106. IBMVCAP.Crossbar="IBMVCAP Crossbar"
  107.  
  108.